Fix64INumericFix64Negative Method
Computes the numeric negation of the current value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Fix64 INumeric<Fix64>.Negative()
Private Function Negative As Fix64
Implements INumeric(Of Fix64).Negative
private:
virtual Fix64 Negative() sealed = INumeric<Fix64>::Negative
private abstract Negative : unit -> Fix64
private override Negative : unit -> Fix64
Fix64The numeric negation of the current value.
INumericTSelfNegative